home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / manview.zoo / showman.1 < prev    next >
Text File  |  1993-11-20  |  1KB  |  46 lines

  1. SHOWMAN(1)               User commands                  SHOWMAN(1)
  2.  
  3. NAME
  4.      showman - let a running manview show manual pages
  5.  
  6. SYNOPSIS
  7.      showman [section] pagename { [section] pagename }
  8.  
  9. DESCRIPTION
  10.      This program is intended to be used together with manview(1),
  11.      a manual displaying tool.
  12.      If and only if manview is already running, showman can send
  13.      a message to it in order to have the desired manual pages
  14.      be displayed in a separate window each.
  15.      The combination of manview and showman can be viewed as a
  16.      client-server combination where manview is the server and
  17.      showman the client, which is used in a shell.
  18.  
  19.      There are currently eight sections supported:
  20.        section 1  user commands
  21.        section 2  system calls
  22.        section 3  library calls
  23.        section 4  devices
  24.        section 5  file formats
  25.        section 6  games
  26.        section 7  miscellaneous stuff
  27.        section 8  system administration
  28.      The section is chosen with its number.
  29.      Example:
  30.        showman 1 nroff 3 fork
  31.      tries to have the manual pages of nroff in section 1 and of fork
  32.      in section 3 loaded.
  33.  
  34. RETURN VALUES
  35.      0  Message send to manview
  36.      1  not enough arguments
  37.      2  not enough memory for message
  38.      3  manview not running
  39.  
  40. AUTHOR
  41.      Ulrich Kühn
  42.      eMail: kuehn@math.uni-muenster.de
  43.  
  44. SEE ALSO
  45.      manview(1), nroff(1)
  46.